home *** CD-ROM | disk | FTP | other *** search
- Path: longwood.cs.ucf.edu!not-for-mail
- From: stevens@longwood.cs.ucf.edu (John Stevens)
- Newsgroups: comp.lang.c++
- Subject: Re: STL on MSVC 4.0 - HELP!, Please
- Date: 26 Jan 1996 13:16:00 -0500
- Organization: University of Central Florida
- Message-ID: <4eb5p0$cr2@longwood.cs.ucf.edu>
- References: <4ddvqi$ch@vendor.micron.com> <00001a81+00008e42@msn.com>
- NNTP-Posting-Host: longwood.cs.ucf.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Gary Sims (SimsGW@msn.com) wrote:
- : STL is included with the MSVC 4.0 product. You might find that the
- : header files in the included version have already been set up
- : correctly. (No guarantees -- that is a public domain library included
- : for customer convenience.) In any event, there are instructions on
- : using the included STL in the on-line help. Search on "standard
- : template library" and I would specify "Title Only" search the first
- : time.
-
- They are only partially set up, and the instructions left out a few key
- pieces. The big one is that to use the STL in its own namespace you must
- include new.h. Beyond that, I'm still tracking down ambiguos operators
- for the iterator types. You can make it work, but its not a gimme.
-
- John S.
-